Fix GDK_Left position in table.
authorElliot Lee <sopwith@src.gnome.org>
Wed, 9 Aug 2000 01:36:37 +0000 (01:36 +0000)
committerElliot Lee <sopwith@src.gnome.org>
Wed, 9 Aug 2000 01:36:37 +0000 (01:36 +0000)
Fix GDK_Left position in table.

gdk/linux-fb/gdkinput-ps2.c

index 399dccf4ad7683e56776d89de26a2a6664c024d4..cb57ecb8d1c80833ca35b8285d25ac1d03f5de46 100644 (file)
@@ -1176,8 +1176,8 @@ static const guint trans_table[256][3] = {
   {GDK_Up, 0, 0},
   {0, 0, 0},
   {0, 0, 0},
-  {0, 0, 0},
   {GDK_Left, 0, 0},
+  {0, 0, 0},
   {GDK_Right, 0, 0},
   {0, 0, 0},
   {0, 0, 0},